Class FilterImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.FilterImpl
All Implemented Interfaces:
IPCObject, Filter

public class FilterImpl extends IPCObjectImpl implements Filter
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setEnabled

      public void setEnabled(boolean enable)
      Information provided by the PKI file:
      
          \brief Eanble the Filter or not.
          
          \param enable, true for enable, false for disable.
          
              
      Specified by:
      setEnabled in interface Filter
      Parameters:
      enable - Takes in a parameter of enable
    • isEnabled

      public boolean isEnabled()
      Information provided by the PKI file:
      
          \brief Returns if the filter is enabled.
          
          \return bool, true for enabled, false for disabled.
          
              
      Specified by:
      isEnabled in interface Filter
      Returns:
      boolean Returns a boolean
    • getName

      public String getName()
      Information provided by the PKI file:
      
          \brief Returns the filter name.
          
          \return QString, the filter name.
          
              
      Specified by:
      getName in interface Filter
      Returns:
      String Returns a String